This is my monthly report for 03-2021.

Some Info

This is really important information that people should read before looking at my output.

References:

These are the R packages I’m going to highlight:

#The report
library(rmarkdown)

#Tables
library(DT)
library(reactable)

#Plots
library(ggplot2)
library(plotly)

I’m going to get some unemployment data from FRED to demo.

source("../scripts/fred_script.R")
df <- fred_function(start_date = "2002-03-01", end_date = "2021-03-01")

Interactive Tables

with DT

with reactable

Interactive Plot